home *** CD-ROM | disk | FTP | other *** search
/ More MacCube 1: Arcade Games / More MacCube Vol 1 Arcade Games.bin / Games⁄Arcade / Bolo / More information / Sample Code / Std Autopilot / BF_Interface.h < prev    next >
Encoding:
Text File  |  1995-01-01  |  672 b   |  13 lines  |  [TEXT/KAHL]

  1. // Bolo code (C) Stuart Cheshire <cheshire@cs.stanford.edu> 1987-1994.
  2. // All rights reserved. This code is owned by Stuart Cheshire and is donated
  3. // free of charge for non-commercial use. You may not use this code in any
  4. // product sold for commercial profit, except shareware priced at $25 or less.
  5.  
  6. import void  BFInterfaceUpdateWindow(ConnectionInfo *conn);
  7. import void  BFInterfaceIdle(ConnectionInfo *conn);
  8. import void  BFInterfaceMenu(ConnectionInfo *conn, u_short menu, u_short item);
  9. import OSErr BFInterfaceOpen(ConnectionInfo *conn);
  10. import void  BFInterfaceClose(ConnectionInfo *conn);
  11. import OSErr BFInterfaceInit(void);
  12. import void  BFInterfaceQuit(void);
  13.